home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / deepburner / DeepBurner1.exe / DeepBurner.exe / 0 / RCDATA / TFILEPROCESSINGILLUSTRATORFORM / TFILEPROCESSINGILLUSTRATORFORM.txt
Text File  |  2006-03-23  |  1KB  |  57 lines

  1. object FileProcessingIllustratorForm: TFileProcessingIllustratorForm
  2.   Left = 206
  3.   Top = 167
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   BorderWidth = 5
  7.   Caption = 'Processing...'
  8.   ClientHeight = 21
  9.   ClientWidth = 494
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object m_lFileInProcess: TLabel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 409
  25.     Height = 21
  26.     Align = alLeft
  27.     AutoSize = False
  28.     Layout = tlCenter
  29.   end
  30.   object m_btnStop: TButton
  31.     Left = 416
  32.     Top = 1
  33.     Width = 75
  34.     Height = 20
  35.     Caption = 'Stop'
  36.     TabOrder = 0
  37.     OnClick = m_btnStopClick
  38.   end
  39.   object smlFormLangRes: TsmlFormLangRes
  40.     LangFileName = 'DefLang.ini'
  41.     IgnoreEmptyString = True
  42.     AutoCreateMode = True
  43.     AddBracket = True
  44.     StringProperties.Strings = (
  45.       'Caption')
  46.     StringsProperties.Strings = (
  47.       'Tabs'
  48.       'Items')
  49.     IgnoreFormCaption = False
  50.     IncludeListViewItems = False
  51.     IncludeListViewHead = False
  52.     IncludeTreeViewItems = False
  53.     Active = False
  54.     Left = 16
  55.   end
  56. end
  57.